{% extends "base.html" %} {% block title %} - {{ t['game_library'] }}{% endblock %} {% block content %}

{{ t['platform_name'] }} {{ t['game_library'] }}

{% for game in games %}
{{ game.title }}

{{ game.title }}

{{ game.description }}

{% endfor %}
{% endblock %}